func math/big.mulWW

6 uses

	math/big (current package)
		arith_decl.go#L11: func mulWW(x, y Word) (z1, z0 Word)
		nat.go#L504: 	z[1], z[0] = mulWW(x[0], x[0]) // the initial square
		nat.go#L508: 		z[2*i+1], z[2*i] = mulWW(d, d)
		nat.go#L568: 		z[1], z[0] = mulWW(d, d)
		natdiv.go#L651: 			x1, x2 := mulWW(qhat, vn2)
		natdiv.go#L664: 				x1, x2 = mulWW(qhat, vn2)